home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / extshr12.zip / SYSOP.DOC < prev    next >
Text File  |  1993-07-12  |  4KB  |  93 lines

  1. EXTRASCR.TPx, Version 1.20 - SYSOP.DOC
  2.  
  3.  
  4.  
  5.                       EXTRASCR.TPx
  6.                       ------------
  7.                       Version 1.20
  8.                       
  9.                       
  10.                      BBS DESCRIPTION
  11.                  -----------------------    
  12.                  Last updated: MAY, 1993
  13.             
  14.                   
  15.             ARCHIVE FILE NAME: EXTSHR12.ZOO
  16.             
  17.                                
  18. PREVIOUS VERSION WERE RELEASED UNDER DIFFERENT NAME: EXTSHR.ZOO
  19.             
  20.  
  21.  
  22. ----------------------------------------------------------------------
  23.                          Program Information:
  24. ----------------------------------------------------------------------
  25.  
  26. PROGRAM NAME         : EXTRASCR.TPx (Turbo Pascal Unit)
  27. VERSION              : 1.20
  28. PUBLISHER            : Rier Andreas & Moar Christoph
  29. PREFERED BBS FILENAME: EXTSHR12.ZOO
  30. SOFTWARE REQUIREMENTS: Borland's Turbo Pascal (R) 6.0 - 7.0
  31. KEYWORDS             : DOS, PASCAL, TURBO VISION, ENHANCED SCREEN MODES
  32.  
  33. ----------------------------------------------------------------------
  34.                          Short Description:
  35. ----------------------------------------------------------------------
  36.  
  37. This Turbo Pascal unit (6.0 / 7.0 / 7.0 protected mode) allows you to
  38. easily write Turbo Vision (R) programs with support for all enhanced
  39. text modes of graphic cards.
  40. The programmer will never have to worry about strange graphic cards
  41. or about new programming tecniques, the end user will not have to
  42. worry about his strange graphics card not being supported by
  43. his favourite application.
  44. Programs written in Turbo Pascal (R) with this unit will support
  45. virtually any graphic card.
  46. The programmer just includes one menu option, and his application
  47. magically supports every graphic card ever built on this planet (!).
  48. The end user uses a provided tool to create a configuration file
  49. for his specific graphic card.
  50. Fool-proof!
  51.  
  52. ----------------------------------------------------------------------
  53.                          Long Description:
  54. ----------------------------------------------------------------------
  55.  
  56. Wouldn't it be nice to have more than just a standard 80x25 or
  57. 80x43 resolution in every application?
  58. Nowadays every cheap-o graphic card does support special text modes,
  59. say it 132x43, 100x60 or anything else. They really do look neat with
  60. the sample programs that come with your graphic card, but they do
  61. not usually work with third-party-programs.
  62. That's because you can bet that the programmer that wrote the
  63. application you would like to use did include drivers for lots of
  64. graphic cards, but she/he sure did not include one that would work with
  65. your vga card.
  66. Our package provides both PROGRAMMERS and END USERS support for
  67. applications which virtually support every graphic card ever
  68. built on this planet.
  69. The concept was really simple: the programmer writing the application
  70. shouldn't have to worry about different graphic cards, neither should
  71. she/he have to learn new programming technics, nor should she/he have
  72. to change a lot just to have the video support included in already
  73. finished programs.
  74.  
  75. That's the idea behind our EXTRASCR.TPx Turbo Pascal (R) Unit.
  76. Whenever you write a Turbo Vision program, you just include our
  77. unit and derive your application from TSCRAPPLICATION instead of
  78. TAPPLICATION. That's it. You don't have to worry about anything else.
  79. From now on your application will support every graphic card the
  80. end user possesses.
  81. On the other side, if you are an end user, you will just need a quick
  82. glance at the manual that came with your graphic card to tell the
  83. application how to support YOUR favourite text mode.
  84. Your xyz card supports a strange thing like 97x41 text mode?
  85. No problem! The application you just got will easily support it, too!
  86. You don't have the original user's manual of your graphic card?
  87. No problem! You start another little tool of our package and you
  88. will easily find out what text modes your card (and your monitor)
  89. support.
  90.  
  91.  
  92.  
  93.